From 1331b60029fdc29f76a9a53d0c75521ea57c66ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Tue, 9 Feb 2016 08:05:16 +0100 Subject: [PATCH] A few more documentation fixes --- gtk/gtkstacksidebar.c | 4 ++-- gtk/gtkswitch.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkstacksidebar.c b/gtk/gtkstacksidebar.c index ccee1cfd65..ec50fc4090 100644 --- a/gtk/gtkstacksidebar.c +++ b/gtk/gtkstacksidebar.c @@ -49,13 +49,13 @@ * GtkStackSidebar has a single CSS node with name stacksidebar and * style class .sidebar. * - * When circumstances require it, GtkStackSwitcher adds the + * When circumstances require it, GtkStackSidebar adds the * .needs-attention style class to the widgets representing the stack * pages. * * Since: 3.16 */ - + struct _GtkStackSidebarPrivate { GtkListBox *list; diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c index f2c220af53..b9162bee1e 100644 --- a/gtk/gtkswitch.c +++ b/gtk/gtkswitch.c @@ -991,7 +991,7 @@ gtk_switch_class_init (GtkSwitchClass *klass) * * The ::state-set signal on GtkSwitch is emitted to change the underlying * state. It is emitted when the user changes the switch position. The - * default handler keeps the state in sync with the #GtkState:active + * default handler keeps the state in sync with the #GtkSwitch:active * property. * * To implement delayed state change, applications can connect to this signal, -- 2.30.2